From 6c99347a62111f6ca23bf16c841d2cf1673b69b6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 13 Sep 2024 11:03:20 +0900 Subject: custom idle inhibitor on waybar which kills hypridle when toggled --- config/waybar/style/[Extra] Mauve.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/waybar/style/[Extra] Mauve.css') diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css index 120b5389..916ff140 100644 --- a/config/waybar/style/[Extra] Mauve.css +++ b/config/waybar/style/[Extra] Mauve.css @@ -146,6 +146,7 @@ tooltip { #custom-cava_mviz, #custom-cycle_wall, #custom-hint, +#custom-hypridle, #custom-keyboard, #custom-light_dark, #custom-lock, @@ -183,6 +184,12 @@ tooltip { } } +/*-----Indicators----*/ +#custom-hypridle.notactive, +#idle_inhibitor.activated { + color: #ffd700; +} + #battery.critical:not(.charging) { color: #f53c3c; animation-name: blink; -- cgit v1.2.3